PDOs for AKD, AKD2G, AKD-N, S300, or S700

The KASClosed Kollmorgen Automation Suite Motion Engine interacts with the AKD, AKD2G, AKD-N, S300Closed Servostar 300 drive, or S700Closed Servostar 700 drive drivesClosed In electrical engineering, a drive is an electronic device to provide power to a motor or servo. Control device for regulating the speed, torque and position of a motor. A unit controlling a motor using the current and timing in its coils. through CANopenClosed CANopen® is a communication protocol and device profile specification for embedded systems used in automation for fieldbuses working in real time. objects in the selected PDOs.

PDO Types

Examples

These are examples where the PDOClosed Process Data Opjects - A type of protocol frame used in some fieldbuses. A PDO contains one or more object dictionary entries, which define the application data transferred between devices. object is passed as an argument in the function block.

Example 1

MLSmpConECAT( PipeNetwork.SMP1, 1001, 16#2050, 0);

Where:

Example 2

MLCNVConnectEx(PipeNetwork.CNV1, PipeNetwork.AXIS1, EC_ADDITIVE_TORQUEClosed The tendency of a force to rotate an object about an axis. 
A force is a push or a pull; a torque is a twist._VALUE, 0 ) ;

The argument is a constant based on the object index.

Example 3

MLSmpConPNAxis(PipeNetwork.SMP1, PipeNetwork.AXIS1, ML_SECOND_FEEDBACK_POSITION);

Where:

ML_SECOND_FEEDBACK_POSITION specifies the secondary actual position from the Pipe Network Axis.


  • The ML_SECOND_FEEDBACL_POSITION constant has been deprecated and only AKD devices supported it.
    It is deprecated because the AKD2G supports more than one secondary feedback.

Concept Link IconSee Also